home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / inpedit.com / INPEDIT2.DOC < prev   
Encoding:
Text File  |  1989-12-11  |  1.5 KB  |  33 lines

  1.                                     INPUT/EDITOR
  2.  
  3.  
  4.           I  designed   this   editor   as   a   replacement  for  programs
  5.           containing  endless  "prompt  sequences". This editor allows  you
  6.           to  layout  the  screen  as you wish, providing for movable field
  7.           names and input fields, a validation message line for each  field
  8.           displayed where you wish, and easy tabbing using the TAB, Arrows,
  9.           or ENTER key. Although not done in this example, the editor could
  10.           also  be  called  from  within  a loop for programs which need to
  11.           display the same input screen over and over.
  12.  
  13.           To run,  load  as  a  program  from  within  the  QuickBASIC  4.5
  14.           environment.  The module is self-contained and needs  no  library
  15.           support.  Also,  it  has  been  saved  in text format rather than
  16.           Quick-Load format.
  17.  
  18.           I hope that I have  included  enough  internal  documentation  to
  19.           help you tell what is going on.
  20.  
  21.           The  editor could probably be optimized, but it does its function
  22.           well as it stands. You may wish to play around with it to get  it
  23.           to suit your purposes.
  24.  
  25.           You  may  use  this  program  as  you  wish  without  any fear of
  26.           copyright infringement. Over the years I have  benefited  greatly
  27.           from  others  and  hopefully  this humble block of code will help
  28.           someone else.
  29.  
  30.           Randy Sharpe
  31.           CIS 72425,1247
  32.  
  33.